object fSend: TfSend Left = 298 Top = 204 BorderIcons = [biMinimize] BorderStyle = bsDialog ClientHeight = 157 ClientWidth = 365 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 120 Width = 347 Height = 9 Shape = bsTopLine end object lblPreparing: TLabel Left = 120 Top = 17 Width = 55 Height = 13 Caption = 'lblPreparing' end object lblConnecting: TLabel Left = 120 Top = 35 Width = 64 Height = 13 Caption = 'lblConnecting' end object lblSending: TLabel Left = 120 Top = 54 Width = 49 Height = 13 Caption = 'lblSending' end object lblCompleted: TLabel Left = 99 Top = 80 Width = 60 Height = 13 Caption = 'lblCompleted' end object lblPrepOk: TLabel Left = 96 Top = 16 Width = 16 Height = 17 Caption = '?' Font.Charset = SYMBOL_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'Wingdings' Font.Style = [fsBold] ParentFont = False end object lblConOK: TLabel Left = 96 Top = 34 Width = 16 Height = 17 Caption = '?' Font.Charset = SYMBOL_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Wingdings' Font.Style = [fsBold] ParentFont = False end object lblSendOk: TLabel Left = 96 Top = 52 Width = 16 Height = 17 Caption = '?' Font.Charset = SYMBOL_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Wingdings' Font.Style = [fsBold] ParentFont = False end object btnCancel: TButton Left = 280 Top = 128 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 1 TabOrder = 0 OnClick = btnCancelClick end object Animate1: TAnimate Left = 8 Top = 16 Width = 16 Height = 16 Active = False CommonAVI = aviFindComputer StopFrame = 8 end object PostTimer: TTimer Enabled = False Interval = 20000 Left = 8 Top = 128 end end